Html Css Color HEX #BBD5FF Pale Cornflower Blue

📋 copy color: '#BBD5FF'

red 187 ◦ green 213 ◦ blue 255

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

Shades of Pale Cornflower Blue #BBD5FF

Tints of Pale Cornflower Blue #BBD5FF

RGB

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

 GREEN value IS 213 (83.59% from 255) = 32.52%

 BLUE value IS 255 (100% from 255) = 38.93%

R = 28.55%
G = 32.52%
B = 38.93%

CMYK

 C value IS 0.27

 M value IS 0.16

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BBD5FF (or 0xBBD5FF) is known color: Pale Cornflower Blue. HEX triplet: BB, D5 and FF. RGB value is (187,213,255). Sum of RGB (Red+Green+Blue) = 187+213+255=655 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.55% from 655); Green value is 213 (83.59% from 255 or 32.52% from 655); Blue value is 255 (100% from 255 or 38.93% from 655); Max value from RGB is 255 - color contains mainly: blue. Hex color #BBD5FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBD5FF is #442A00. Grayscale: #D1D1D1. Windows color (decimal): -4467201 or 16766395. OLE color: 16766395.

HSL color Cylindrical-coordinate representation of color #BBD5FF: hue angle of 217.06º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BBD5FF is Cyan = 0.27, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 187 213 255 -
CMYK 0.27 0.16 0 0
HSL 217.06º 1% 0.87% -
HSV(B) 217.06º 0.27% 1% -
XYZ 62.34 65.37 103.94 -
YUV 210.01 153.39 111.58 -
System Red Green Blue C M Y K H S L
Decimal 187 213 255 0.27 0.16 0 0 217.06 1 0.87
Hex BB D5 FF 1B 10 0 0 D9 64 57
Octal 273 325 377 33 20 0 0 331 144 127
Binary 10111011 11010101 11111111 11011 10000 0 0 11011001 1100100 1010111

Color Harmonies of #BBD5FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD5FF

Black with #BBD5FF

Text Example


Text Example

White with #BBD5FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD5FF; }

 p { color: rgb(187,213,255); }

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

background-color css

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

 a { background-color: rgb(187,213,255); }

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

border-color css

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

 span { border-color: rgb(187,213,255); }

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