Html Css Color HEX #BFF5F9 Onahau

📋 copy color: '#BFF5F9'

red 191 ◦ green 245 ◦ blue 249

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

Shades of Onahau #BFF5F9

Tints of Onahau #BFF5F9

RGB

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

 GREEN value IS 245 (96.09% from 255) = 35.77%

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

R = 27.88%
G = 35.77%
B = 36.35%

CMYK

 C value IS 0.23

 M value IS 0.02

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BFF5F9 (or 0xBFF5F9) is known color: Onahau. HEX triplet: BF, F5 and F9. RGB value is (191,245,249). Sum of RGB (Red+Green+Blue) = 191+245+249=685 (90% of max value = 765). Red value is 191 (75% from 255 or 27.88% from 685); Green value is 245 (96.09% from 255 or 35.77% from 685); Blue value is 249 (97.66% from 255 or 36.35% from 685); Max value from RGB is 249 - color contains mainly: blue. Hex color #BFF5F9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFF5F9 is #400A06. Grayscale: #E5E5E5. Windows color (decimal): -4196871 or 16381375. OLE color: 16381375.

HSL color Cylindrical-coordinate representation of color #BFF5F9: hue angle of 184.14º 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 #BFF5F9 is Cyan = 0.23, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 191 245 249 -
CMYK 0.23 0.02 0 0.02
HSL 184.14º 0.83% 0.86% -
HSV(B) 184.14º 0.23% 0.98% -
XYZ 71.24 83.22 101.93 -
YUV 229.31 139.11 100.67 -
System Red Green Blue C M Y K H S L
Decimal 191 245 249 0.23 0.02 0 0.02 184.14 0.83 0.86
Hex BF F5 F9 17 2 0 2 B8 53 56
Octal 277 365 371 27 2 0 2 270 123 126
Binary 10111111 11110101 11111001 10111 10 0 10 10111000 1010011 1010110

Color Harmonies of #BFF5F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFF5F9

Black with #BFF5F9

Text Example


Text Example

White with #BFF5F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFF5F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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