Html Css Color HEX #BBDFE6 Onahau

📋 copy color: '#BBDFE6'

red 187 ◦ green 223 ◦ blue 230

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

Shades of Onahau #BBDFE6

Tints of Onahau #BBDFE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 35.94%

R = 29.22%
G = 34.84%
B = 35.94%

CMYK

 C value IS 0.19

 M value IS 0.03

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BBDFE6 (or 0xBBDFE6) is known color: Onahau. HEX triplet: BB, DF and E6. RGB value is (187,223,230). Sum of RGB (Red+Green+Blue) = 187+223+230=640 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.22% from 640); Green value is 223 (87.5% from 255 or 34.84% from 640); Blue value is 230 (90.23% from 255 or 35.94% from 640); Max value from RGB is 230 - color contains mainly: blue. Hex color #BBDFE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBDFE6 is #442019. Grayscale: #D4D4D4. Windows color (decimal): -4464666 or 15130555. OLE color: 15130555.

HSL color Cylindrical-coordinate representation of color #BBDFE6: hue angle of 189.77º degrees, saturation: 0.46, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BBDFE6 is Cyan = 0.19, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 187 223 230 -
CMYK 0.19 0.03 0 0.10
HSL 189.77º 0.46% 0.82% -
HSV(B) 189.77º 0.19% 0.9% -
XYZ 61.16 69.05 84.97 -
YUV 213.03 137.57 109.43 -
System Red Green Blue C M Y K H S L
Decimal 187 223 230 0.19 0.03 0 0.10 189.77 0.46 0.82
Hex BB DF E6 13 3 0 A BE 2E 52
Octal 273 337 346 23 3 0 12 276 56 122
Binary 10111011 11011111 11100110 10011 11 0 1010 10111110 101110 1010010

Color Harmonies of #BBDFE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDFE6

Black with #BBDFE6

Text Example


Text Example

White with #BBDFE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDFE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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