Html Css Color HEX #BFDCE9 Onahau

📋 copy color: '#BFDCE9'

red 191 ◦ green 220 ◦ blue 233

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

Shades of Onahau #BFDCE9

Tints of Onahau #BFDCE9

RGB

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

 GREEN value IS 220 (86.33% from 255) = 34.16%

 BLUE value IS 233 (91.41% from 255) = 36.18%

R = 29.66%
G = 34.16%
B = 36.18%

CMYK

 C value IS 0.18

 M value IS 0.06

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BFDCE9 (or 0xBFDCE9) is known color: Onahau. HEX triplet: BF, DC and E9. RGB value is (191,220,233). Sum of RGB (Red+Green+Blue) = 191+220+233=644 (85% of max value = 765). Red value is 191 (75% from 255 or 29.66% from 644); Green value is 220 (86.33% from 255 or 34.16% from 644); Blue value is 233 (91.41% from 255 or 36.18% from 644); Max value from RGB is 233 - color contains mainly: blue. Hex color #BFDCE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFDCE9 is #402316. Grayscale: #D4D4D4. Windows color (decimal): -4203287 or 15326399. OLE color: 15326399.

HSL color Cylindrical-coordinate representation of color #BFDCE9: hue angle of 198.57º degrees, saturation: 0.49, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BFDCE9 is Cyan = 0.18, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 191 220 233 -
CMYK 0.18 0.06 0 0.09
HSL 198.57º 0.49% 0.83% -
HSV(B) 198.57º 0.18% 0.91% -
XYZ 61.79 68.15 86.99 -
YUV 212.81 139.39 112.44 -
System Red Green Blue C M Y K H S L
Decimal 191 220 233 0.18 0.06 0 0.09 198.57 0.49 0.83
Hex BF DC E9 12 6 0 9 C7 31 53
Octal 277 334 351 22 6 0 11 307 61 123
Binary 10111111 11011100 11101001 10010 110 0 1001 11000111 110001 1010011

Color Harmonies of #BFDCE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFDCE9

Black with #BFDCE9

Text Example


Text Example

White with #BFDCE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFDCE9; }

 p { color: rgb(191,220,233); }

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

background-color css

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

 a { background-color: rgb(191,220,233); }

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

border-color css

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

 span { border-color: rgb(191,220,233); }

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