Html Css Color HEX #BFE5E9 Onahau

📋 copy color: '#BFE5E9'

red 191 ◦ green 229 ◦ blue 233

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

Shades of Onahau #BFE5E9

Tints of Onahau #BFE5E9

RGB

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

 GREEN value IS 229 (89.84% from 255) = 35.07%

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

R = 29.25%
G = 35.07%
B = 35.68%

CMYK

 C value IS 0.18

 M value IS 0.02

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BFE5E9 (or 0xBFE5E9) is known color: Onahau. HEX triplet: BF, E5 and E9. RGB value is (191,229,233). Sum of RGB (Red+Green+Blue) = 191+229+233=653 (86% of max value = 765). Red value is 191 (75% from 255 or 29.25% from 653); Green value is 229 (89.84% from 255 or 35.07% from 653); Blue value is 233 (91.41% from 255 or 35.68% from 653); Max value from RGB is 233 - color contains mainly: blue. Hex color #BFE5E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFE5E9 is #401A16. Grayscale: #DADADA. Windows color (decimal): -4200983 or 15328703. OLE color: 15328703.

HSL color Cylindrical-coordinate representation of color #BFE5E9: hue angle of 185.71º 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 #BFE5E9 is Cyan = 0.18, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 191 229 233 -
CMYK 0.18 0.02 0 0.09
HSL 185.71º 0.49% 0.83% -
HSV(B) 185.71º 0.18% 0.91% -
XYZ 64.21 73 87.8 -
YUV 218.09 136.41 108.67 -
System Red Green Blue C M Y K H S L
Decimal 191 229 233 0.18 0.02 0 0.09 185.71 0.49 0.83
Hex BF E5 E9 12 2 0 9 BA 31 53
Octal 277 345 351 22 2 0 11 272 61 123
Binary 10111111 11100101 11101001 10010 10 0 1001 10111010 110001 1010011

Color Harmonies of #BFE5E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE5E9

Black with #BFE5E9

Text Example


Text Example

White with #BFE5E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE5E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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