Html Css Color HEX #BFDDEE Onahau

📋 copy color: '#BFDDEE'

red 191 ◦ green 221 ◦ blue 238

#BFDDEE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Onahau #BFDDEE

Tints of Onahau #BFDDEE

RGB

 RED value IS 191 (75% from 255) = 29.38%

 GREEN value IS 221 (86.72% from 255) = 34%

 BLUE value IS 238 (93.36% from 255) = 36.62%

R = 29.38%
G = 34%
B = 36.62%

CMYK

 C value IS 0.20

 M value IS 0.07

 Y value IS 0

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BFDDEE (or 0xBFDDEE) is known color: Onahau. HEX triplet: BF, DD and EE. RGB value is (191,221,238). Sum of RGB (Red+Green+Blue) = 191+221+238=650 (86% of max value = 765). Red value is 191 (75% from 255 or 29.38% from 650); Green value is 221 (86.72% from 255 or 34% from 650); Blue value is 238 (93.36% from 255 or 36.62% from 650); Max value from RGB is 238 - color contains mainly: blue. Hex color #BFDDEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFDDEE is #402211. Grayscale: #D5D5D5. Windows color (decimal): -4203026 or 15654335. OLE color: 15654335.

HSL color Cylindrical-coordinate representation of color #BFDDEE: hue angle of 201.7º degrees, saturation: 0.58, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BFDDEE is Cyan = 0.20, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 191 221 238 -
CMYK 0.20 0.07 0 0.07
HSL 201.7º 0.58% 0.84% -
HSV(B) 201.7º 0.2% 0.93% -
XYZ 62.77 68.96 90.89 -
YUV 213.97 141.56 111.62 -
System Red Green Blue C M Y K H S L
Decimal 191 221 238 0.20 0.07 0 0.07 201.7 0.58 0.84
Hex BF DD EE 14 7 0 7 CA 3A 54
Octal 277 335 356 24 7 0 7 312 72 124
Binary 10111111 11011101 11101110 10100 111 0 111 11001010 111010 1010100

Color Harmonies of #BFDDEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFDDEE

Black with #BFDDEE

Text Example


Text Example

White with #BFDDEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFDDEE; }

 p { color: rgb(191,221,238); }

 H1.HeaderClassName
 {
   color: #BFDDEE;
 }
 .AnyTagClassName
 {
   color: #BFDDEE;
 }
</style>

background-color css

<style>
 a { background-color: #BFDDEE; }

 a { background-color: rgb(191,221,238); }

 div.DivClassName
 {
   background-color: #BFDDEE;
 }
 .BgClassName
 {
   background-color: #BFDDEE;
 }
</style>

border-color css

<style>
 span { border-color: #BFDDEE; }

 span { border-color: rgb(191,221,238); }

 td.TdClassName
 {
   border-color: #BFDDEE;
 }
 .TagClassName
 {
   border-color: #BFDDEE;
 }
</style>