Html Css Color HEX #BFEFF9 Onahau

📋 copy color: '#BFEFF9'

red 191 ◦ green 239 ◦ blue 249

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

Shades of Onahau #BFEFF9

Tints of Onahau #BFEFF9

RGB

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

 GREEN value IS 239 (93.75% from 255) = 35.2%

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

R = 28.13%
G = 35.2%
B = 36.67%

CMYK

 C value IS 0.23

 M value IS 0.04

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BFEFF9 (or 0xBFEFF9) is known color: Onahau. HEX triplet: BF, EF and F9. RGB value is (191,239,249). Sum of RGB (Red+Green+Blue) = 191+239+249=679 (89% of max value = 765). Red value is 191 (75% from 255 or 28.13% from 679); Green value is 239 (93.75% from 255 or 35.20% from 679); Blue value is 249 (97.66% from 255 or 36.67% from 679); Max value from RGB is 249 - color contains mainly: blue. Hex color #BFEFF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFEFF9 is #401006. Grayscale: #E1E1E1. Windows color (decimal): -4198407 or 16379839. OLE color: 16379839.

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

Color convert

RGB 191 239 249 -
CMYK 0.23 0.04 0 0.02
HSL 190.34º 0.83% 0.86% -
HSV(B) 190.34º 0.23% 0.98% -
XYZ 69.45 79.65 101.34 -
YUV 225.79 141.1 103.19 -
System Red Green Blue C M Y K H S L
Decimal 191 239 249 0.23 0.04 0 0.02 190.34 0.83 0.86
Hex BF EF F9 17 4 0 2 BE 53 56
Octal 277 357 371 27 4 0 2 276 123 126
Binary 10111111 11101111 11111001 10111 100 0 10 10111110 1010011 1010110

Color Harmonies of #BFEFF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFEFF9

Black with #BFEFF9

Text Example


Text Example

White with #BFEFF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFEFF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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