Html Css Color HEX #BFE5EA Onahau

📋 copy color: '#BFE5EA'

red 191 ◦ green 229 ◦ blue 234

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

Shades of Onahau #BFE5EA

Tints of Onahau #BFE5EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 35.78%

R = 29.2%
G = 35.02%
B = 35.78%

CMYK

 C value IS 0.18

 M value IS 0.02

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BFE5EA (or 0xBFE5EA) is known color: Onahau. HEX triplet: BF, E5 and EA. RGB value is (191,229,234). Sum of RGB (Red+Green+Blue) = 191+229+234=654 (86% of max value = 765). Red value is 191 (75% from 255 or 29.20% from 654); Green value is 229 (89.84% from 255 or 35.02% from 654); Blue value is 234 (91.80% from 255 or 35.78% from 654); Max value from RGB is 234 - color contains mainly: blue. Hex color #BFE5EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFE5EA is #401A15. Grayscale: #DADADA. Windows color (decimal): -4200982 or 15394239. OLE color: 15394239.

HSL color Cylindrical-coordinate representation of color #BFE5EA: hue angle of 186.98º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BFE5EA is Cyan = 0.18, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 191 229 234 -
CMYK 0.18 0.02 0 0.08
HSL 186.98º 0.51% 0.83% -
HSV(B) 186.98º 0.18% 0.92% -
XYZ 64.36 73.06 88.55 -
YUV 218.21 136.91 108.59 -
System Red Green Blue C M Y K H S L
Decimal 191 229 234 0.18 0.02 0 0.08 186.98 0.51 0.83
Hex BF E5 EA 12 2 0 8 BB 33 53
Octal 277 345 352 22 2 0 10 273 63 123
Binary 10111111 11100101 11101010 10010 10 0 1000 10111011 110011 1010011

Color Harmonies of #BFE5EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE5EA

Black with #BFE5EA

Text Example


Text Example

White with #BFE5EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE5EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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