Html Css Color HEX #BFDFEE Onahau

📋 copy color: '#BFDFEE'

red 191 ◦ green 223 ◦ blue 238

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

Shades of Onahau #BFDFEE

Tints of Onahau #BFDFEE

RGB

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

 GREEN value IS 223 (87.5% from 255) = 34.2%

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

R = 29.29%
G = 34.2%
B = 36.5%

CMYK

 C value IS 0.20

 M value IS 0.06

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BFDFEE (or 0xBFDFEE) is known color: Onahau. HEX triplet: BF, DF and EE. RGB value is (191,223,238). Sum of RGB (Red+Green+Blue) = 191+223+238=652 (86% of max value = 765). Red value is 191 (75% from 255 or 29.29% from 652); Green value is 223 (87.5% from 255 or 34.20% from 652); Blue value is 238 (93.36% from 255 or 36.50% from 652); Max value from RGB is 238 - color contains mainly: blue. Hex color #BFDFEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFDFEE is #402011. Grayscale: #D7D7D7. Windows color (decimal): -4202514 or 15654847. OLE color: 15654847.

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

Color convert

RGB 191 223 238 -
CMYK 0.20 0.06 0 0.07
HSL 199.15º 0.58% 0.84% -
HSV(B) 199.15º 0.2% 0.93% -
XYZ 63.31 70.02 91.07 -
YUV 215.14 140.9 110.78 -
System Red Green Blue C M Y K H S L
Decimal 191 223 238 0.20 0.06 0 0.07 199.15 0.58 0.84
Hex BF DF EE 14 6 0 7 C7 3A 54
Octal 277 337 356 24 6 0 7 307 72 124
Binary 10111111 11011111 11101110 10100 110 0 111 11000111 111010 1010100

Color Harmonies of #BFDFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFDFEE

Black with #BFDFEE

Text Example


Text Example

White with #BFDFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFDFEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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