Html Css Color HEX #BFE0EE Onahau

📋 copy color: '#BFE0EE'

red 191 ◦ green 224 ◦ blue 238

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

Shades of Onahau #BFE0EE

Tints of Onahau #BFE0EE

RGB

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

 GREEN value IS 224 (87.89% from 255) = 34.3%

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

R = 29.25%
G = 34.3%
B = 36.45%

CMYK

 C value IS 0.20

 M value IS 0.06

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BFE0EE (or 0xBFE0EE) is known color: Onahau. HEX triplet: BF, E0 and EE. RGB value is (191,224,238). Sum of RGB (Red+Green+Blue) = 191+224+238=653 (86% of max value = 765). Red value is 191 (75% from 255 or 29.25% from 653); Green value is 224 (87.89% from 255 or 34.30% from 653); Blue value is 238 (93.36% from 255 or 36.45% from 653); Max value from RGB is 238 - color contains mainly: blue. Hex color #BFE0EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFE0EE is #401F11. Grayscale: #D7D7D7. Windows color (decimal): -4202258 or 15655103. OLE color: 15655103.

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

Color convert

RGB 191 224 238 -
CMYK 0.20 0.06 0 0.07
HSL 197.87º 0.58% 0.84% -
HSV(B) 197.87º 0.2% 0.93% -
XYZ 63.57 70.56 91.16 -
YUV 215.73 140.57 110.36 -
System Red Green Blue C M Y K H S L
Decimal 191 224 238 0.20 0.06 0 0.07 197.87 0.58 0.84
Hex BF E0 EE 14 6 0 7 C6 3A 54
Octal 277 340 356 24 6 0 7 306 72 124
Binary 10111111 11100000 11101110 10100 110 0 111 11000110 111010 1010100

Color Harmonies of #BFE0EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE0EE

Black with #BFE0EE

Text Example


Text Example

White with #BFE0EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE0EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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