Html Css Color HEX #BFE1E9 Onahau

📋 copy color: '#BFE1E9'

red 191 ◦ green 225 ◦ blue 233

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

Shades of Onahau #BFE1E9

Tints of Onahau #BFE1E9

RGB

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

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

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

R = 29.43%
G = 34.67%
B = 35.9%

CMYK

 C value IS 0.18

 M value IS 0.03

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BFE1E9 (or 0xBFE1E9) is known color: Onahau. HEX triplet: BF, E1 and E9. RGB value is (191,225,233). Sum of RGB (Red+Green+Blue) = 191+225+233=649 (85% of max value = 765). Red value is 191 (75% from 255 or 29.43% from 649); Green value is 225 (88.28% from 255 or 34.67% from 649); Blue value is 233 (91.41% from 255 or 35.90% from 649); Max value from RGB is 233 - color contains mainly: blue. Hex color #BFE1E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFE1E9 is #401E16. Grayscale: #D7D7D7. Windows color (decimal): -4202007 or 15327679. OLE color: 15327679.

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

Color convert

RGB 191 225 233 -
CMYK 0.18 0.03 0 0.09
HSL 191.43º 0.49% 0.83% -
HSV(B) 191.43º 0.18% 0.91% -
XYZ 63.12 70.81 87.43 -
YUV 215.75 137.74 110.35 -
System Red Green Blue C M Y K H S L
Decimal 191 225 233 0.18 0.03 0 0.09 191.43 0.49 0.83
Hex BF E1 E9 12 3 0 9 BF 31 53
Octal 277 341 351 22 3 0 11 277 61 123
Binary 10111111 11100001 11101001 10010 11 0 1001 10111111 110001 1010011

Color Harmonies of #BFE1E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE1E9

Black with #BFE1E9

Text Example


Text Example

White with #BFE1E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE1E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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