Html Css Color HEX #BBDFF2 Onahau

📋 copy color: '#BBDFF2'

red 187 ◦ green 223 ◦ blue 242

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

Shades of Onahau #BBDFF2

Tints of Onahau #BBDFF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 37.12%

R = 28.68%
G = 34.2%
B = 37.12%

CMYK

 C value IS 0.23

 M value IS 0.08

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BBDFF2 (or 0xBBDFF2) is known color: Onahau. HEX triplet: BB, DF and F2. RGB value is (187,223,242). Sum of RGB (Red+Green+Blue) = 187+223+242=652 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.68% from 652); Green value is 223 (87.5% from 255 or 34.20% from 652); Blue value is 242 (94.92% from 255 or 37.12% from 652); Max value from RGB is 242 - color contains mainly: blue. Hex color #BBDFF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBDFF2 is #44200D. Grayscale: #D6D6D6. Windows color (decimal): -4464654 or 15916987. OLE color: 15916987.

HSL color Cylindrical-coordinate representation of color #BBDFF2: hue angle of 200.73º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BBDFF2 is Cyan = 0.23, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 187 223 242 -
CMYK 0.23 0.08 0 0.05
HSL 200.73º 0.68% 0.84% -
HSV(B) 200.73º 0.23% 0.95% -
XYZ 62.91 69.75 94.15 -
YUV 214.4 143.57 108.46 -
System Red Green Blue C M Y K H S L
Decimal 187 223 242 0.23 0.08 0 0.05 200.73 0.68 0.84
Hex BB DF F2 17 8 0 5 C9 44 54
Octal 273 337 362 27 10 0 5 311 104 124
Binary 10111011 11011111 11110010 10111 1000 0 101 11001001 1000100 1010100

Color Harmonies of #BBDFF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDFF2

Black with #BBDFF2

Text Example


Text Example

White with #BBDFF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDFF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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