Html Css Color HEX #BBDFF0 Onahau

📋 copy color: '#BBDFF0'

red 187 ◦ green 223 ◦ blue 240

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

Shades of Onahau #BBDFF0

Tints of Onahau #BBDFF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 36.92%

R = 28.77%
G = 34.31%
B = 36.92%

CMYK

 C value IS 0.22

 M value IS 0.07

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BBDFF0 (or 0xBBDFF0) is known color: Onahau. HEX triplet: BB, DF and F0. RGB value is (187,223,240). Sum of RGB (Red+Green+Blue) = 187+223+240=650 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.77% from 650); Green value is 223 (87.5% from 255 or 34.31% from 650); Blue value is 240 (94.14% from 255 or 36.92% from 650); Max value from RGB is 240 - color contains mainly: blue. Hex color #BBDFF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBDFF0 is #44200F. Grayscale: #D6D6D6. Windows color (decimal): -4464656 or 15785915. OLE color: 15785915.

HSL color Cylindrical-coordinate representation of color #BBDFF0: hue angle of 199.25º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BBDFF0 is Cyan = 0.22, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 187 223 240 -
CMYK 0.22 0.07 0 0.06
HSL 199.25º 0.64% 0.84% -
HSV(B) 199.25º 0.22% 0.94% -
XYZ 62.61 69.63 92.58 -
YUV 214.17 142.57 108.62 -
System Red Green Blue C M Y K H S L
Decimal 187 223 240 0.22 0.07 0 0.06 199.25 0.64 0.84
Hex BB DF F0 16 7 0 6 C7 40 54
Octal 273 337 360 26 7 0 6 307 100 124
Binary 10111011 11011111 11110000 10110 111 0 110 11000111 1000000 1010100

Color Harmonies of #BBDFF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDFF0

Black with #BBDFF0

Text Example


Text Example

White with #BBDFF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDFF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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