Html Css Color HEX #BBDFF4 Onahau

📋 copy color: '#BBDFF4'

red 187 ◦ green 223 ◦ blue 244

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

Shades of Onahau #BBDFF4

Tints of Onahau #BBDFF4

RGB

 RED value IS 187 (73.44% from 255) = 28.59%

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

 BLUE value IS 244 (95.7% from 255) = 37.31%

R = 28.59%
G = 34.1%
B = 37.31%

CMYK

 C value IS 0.23

 M value IS 0.09

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BBDFF4 (or 0xBBDFF4) is known color: Onahau. HEX triplet: BB, DF and F4. RGB value is (187,223,244). Sum of RGB (Red+Green+Blue) = 187+223+244=654 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.59% from 654); Green value is 223 (87.5% from 255 or 34.10% from 654); Blue value is 244 (95.70% from 255 or 37.31% from 654); Max value from RGB is 244 - color contains mainly: blue. Hex color #BBDFF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBDFF4 is #44200B. Grayscale: #D6D6D6. Windows color (decimal): -4464652 or 16048059. OLE color: 16048059.

HSL color Cylindrical-coordinate representation of color #BBDFF4: hue angle of 202.11º degrees, saturation: 0.72, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BBDFF4 is Cyan = 0.23, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 187 223 244 -
CMYK 0.23 0.09 0 0.04
HSL 202.11º 0.72% 0.85% -
HSV(B) 202.11º 0.23% 0.96% -
XYZ 63.21 69.87 95.74 -
YUV 214.63 144.57 108.29 -
System Red Green Blue C M Y K H S L
Decimal 187 223 244 0.23 0.09 0 0.04 202.11 0.72 0.85
Hex BB DF F4 17 9 0 4 CA 48 55
Octal 273 337 364 27 11 0 4 312 110 125
Binary 10111011 11011111 11110100 10111 1001 0 100 11001010 1001000 1010101

Color Harmonies of #BBDFF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDFF4

Black with #BBDFF4

Text Example


Text Example

White with #BBDFF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDFF4; }

 p { color: rgb(187,223,244); }

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

background-color css

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

 a { background-color: rgb(187,223,244); }

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

border-color css

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

 span { border-color: rgb(187,223,244); }

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