Html Css Color HEX #BFE1EE Onahau

📋 copy color: '#BFE1EE'

red 191 ◦ green 225 ◦ blue 238

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

Shades of Onahau #BFE1EE

Tints of Onahau #BFE1EE

RGB

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

 GREEN value IS 225 (88.28% from 255) = 34.4%

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

R = 29.2%
G = 34.4%
B = 36.39%

CMYK

 C value IS 0.20

 M value IS 0.05

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BFE1EE (or 0xBFE1EE) is known color: Onahau. HEX triplet: BF, E1 and EE. RGB value is (191,225,238). Sum of RGB (Red+Green+Blue) = 191+225+238=654 (86% of max value = 765). Red value is 191 (75% from 255 or 29.20% from 654); Green value is 225 (88.28% from 255 or 34.40% from 654); Blue value is 238 (93.36% from 255 or 36.39% from 654); Max value from RGB is 238 - color contains mainly: blue. Hex color #BFE1EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFE1EE is #401E11. Grayscale: #D8D8D8. Windows color (decimal): -4202002 or 15655359. OLE color: 15655359.

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

Color convert

RGB 191 225 238 -
CMYK 0.20 0.05 0 0.07
HSL 196.6º 0.58% 0.84% -
HSV(B) 196.6º 0.2% 0.93% -
XYZ 63.84 71.1 91.25 -
YUV 216.32 140.24 109.94 -
System Red Green Blue C M Y K H S L
Decimal 191 225 238 0.20 0.05 0 0.07 196.6 0.58 0.84
Hex BF E1 EE 14 5 0 7 C5 3A 54
Octal 277 341 356 24 5 0 7 305 72 124
Binary 10111111 11100001 11101110 10100 101 0 111 11000101 111010 1010100

Color Harmonies of #BFE1EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE1EE

Black with #BFE1EE

Text Example


Text Example

White with #BFE1EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE1EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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