Html Css Color HEX #BBDFF6 Onahau

📋 copy color: '#BBDFF6'

red 187 ◦ green 223 ◦ blue 246

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

Shades of Onahau #BBDFF6

Tints of Onahau #BBDFF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 37.5%

R = 28.51%
G = 33.99%
B = 37.5%

CMYK

 C value IS 0.24

 M value IS 0.09

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BBDFF6 (or 0xBBDFF6) is known color: Onahau. HEX triplet: BB, DF and F6. RGB value is (187,223,246). Sum of RGB (Red+Green+Blue) = 187+223+246=656 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.51% from 656); Green value is 223 (87.5% from 255 or 33.99% from 656); Blue value is 246 (96.48% from 255 or 37.5% from 656); Max value from RGB is 246 - color contains mainly: blue. Hex color #BBDFF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBDFF6 is #442009. Grayscale: #D6D6D6. Windows color (decimal): -4464650 or 16179131. OLE color: 16179131.

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

Color convert

RGB 187 223 246 -
CMYK 0.24 0.09 0 0.04
HSL 203.39º 0.77% 0.85% -
HSV(B) 203.39º 0.24% 0.96% -
XYZ 63.52 69.99 97.35 -
YUV 214.86 145.57 108.13 -
System Red Green Blue C M Y K H S L
Decimal 187 223 246 0.24 0.09 0 0.04 203.39 0.77 0.85
Hex BB DF F6 18 9 0 4 CB 4D 55
Octal 273 337 366 30 11 0 4 313 115 125
Binary 10111011 11011111 11110110 11000 1001 0 100 11001011 1001101 1010101

Color Harmonies of #BBDFF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDFF6

Black with #BBDFF6

Text Example


Text Example

White with #BBDFF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDFF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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