Html Css Color HEX #BBD0EE Tropical Blue

📋 copy color: '#BBD0EE'

red 187 ◦ green 208 ◦ blue 238

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

Shades of Tropical Blue #BBD0EE

Tints of Tropical Blue #BBD0EE

RGB

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

 GREEN value IS 208 (81.64% from 255) = 32.86%

 BLUE value IS 238 (93.36% from 255) = 37.6%

R = 29.54%
G = 32.86%
B = 37.6%

CMYK

 C value IS 0.21

 M value IS 0.13

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BBD0EE (or 0xBBD0EE) is known color: Tropical Blue. HEX triplet: BB, D0 and EE. RGB value is (187,208,238). Sum of RGB (Red+Green+Blue) = 187+208+238=633 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.54% from 633); Green value is 208 (81.64% from 255 or 32.86% from 633); Blue value is 238 (93.36% from 255 or 37.60% from 633); Max value from RGB is 238 - color contains mainly: blue. Hex color #BBD0EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBD0EE is #442F11. Grayscale: #CDCDCD. Windows color (decimal): -4468498 or 15651003. OLE color: 15651003.

HSL color Cylindrical-coordinate representation of color #BBD0EE: hue angle of 215.29º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BBD0EE is Cyan = 0.21, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 187 208 238 -
CMYK 0.21 0.13 0 0.07
HSL 215.29º 0.6% 0.83% -
HSV(B) 215.29º 0.21% 0.93% -
XYZ 58.48 61.85 89.74 -
YUV 205.14 146.54 115.06 -
System Red Green Blue C M Y K H S L
Decimal 187 208 238 0.21 0.13 0 0.07 215.29 0.6 0.83
Hex BB D0 EE 15 D 0 7 D7 3C 53
Octal 273 320 356 25 15 0 7 327 74 123
Binary 10111011 11010000 11101110 10101 1101 0 111 11010111 111100 1010011

Color Harmonies of #BBD0EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD0EE

Black with #BBD0EE

Text Example


Text Example

White with #BBD0EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD0EE; }

 p { color: rgb(187,208,238); }

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

background-color css

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

 a { background-color: rgb(187,208,238); }

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

border-color css

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

 span { border-color: rgb(187,208,238); }

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