Html Css Color HEX #BFE5EE Onahau

📋 copy color: '#BFE5EE'

red 191 ◦ green 229 ◦ blue 238

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

Shades of Onahau #BFE5EE

Tints of Onahau #BFE5EE

RGB

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

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

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

R = 29.03%
G = 34.8%
B = 36.17%

CMYK

 C value IS 0.20

 M value IS 0.04

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BFE5EE (or 0xBFE5EE) is known color: Onahau. HEX triplet: BF, E5 and EE. RGB value is (191,229,238). Sum of RGB (Red+Green+Blue) = 191+229+238=658 (87% of max value = 765). Red value is 191 (75% from 255 or 29.03% from 658); Green value is 229 (89.84% from 255 or 34.80% from 658); Blue value is 238 (93.36% from 255 or 36.17% from 658); Max value from RGB is 238 - color contains mainly: blue. Hex color #BFE5EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFE5EE is #401A11. Grayscale: #DADADA. Windows color (decimal): -4200978 or 15656383. OLE color: 15656383.

HSL color Cylindrical-coordinate representation of color #BFE5EE: hue angle of 191.49º 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 #BFE5EE is Cyan = 0.20, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 191 229 238 -
CMYK 0.20 0.04 0 0.07
HSL 191.49º 0.58% 0.84% -
HSV(B) 191.49º 0.2% 0.93% -
XYZ 64.94 73.29 91.61 -
YUV 218.66 138.91 108.27 -
System Red Green Blue C M Y K H S L
Decimal 191 229 238 0.20 0.04 0 0.07 191.49 0.58 0.84
Hex BF E5 EE 14 4 0 7 BF 3A 54
Octal 277 345 356 24 4 0 7 277 72 124
Binary 10111111 11100101 11101110 10100 100 0 111 10111111 111010 1010100

Color Harmonies of #BFE5EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE5EE

Black with #BFE5EE

Text Example


Text Example

White with #BFE5EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE5EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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