Html Css Color HEX #BFE5F9 Onahau

📋 copy color: '#BFE5F9'

red 191 ◦ green 229 ◦ blue 249

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

Shades of Onahau #BFE5F9

Tints of Onahau #BFE5F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 37.22%

R = 28.55%
G = 34.23%
B = 37.22%

CMYK

 C value IS 0.23

 M value IS 0.08

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BFE5F9 (or 0xBFE5F9) is known color: Onahau. HEX triplet: BF, E5 and F9. RGB value is (191,229,249). Sum of RGB (Red+Green+Blue) = 191+229+249=669 (88% of max value = 765). Red value is 191 (75% from 255 or 28.55% from 669); Green value is 229 (89.84% from 255 or 34.23% from 669); Blue value is 249 (97.66% from 255 or 37.22% from 669); Max value from RGB is 249 - color contains mainly: blue. Hex color #BFE5F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFE5F9 is #401A06. Grayscale: #DBDBDB. Windows color (decimal): -4200967 or 16377279. OLE color: 16377279.

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

Color convert

RGB 191 229 249 -
CMYK 0.23 0.08 0 0.02
HSL 200.69º 0.83% 0.86% -
HSV(B) 200.69º 0.23% 0.98% -
XYZ 66.6 73.95 100.39 -
YUV 219.92 144.41 107.37 -
System Red Green Blue C M Y K H S L
Decimal 191 229 249 0.23 0.08 0 0.02 200.69 0.83 0.86
Hex BF E5 F9 17 8 0 2 C9 53 56
Octal 277 345 371 27 10 0 2 311 123 126
Binary 10111111 11100101 11111001 10111 1000 0 10 11001001 1010011 1010110

Color Harmonies of #BFE5F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE5F9

Black with #BFE5F9

Text Example


Text Example

White with #BFE5F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE5F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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