Html Css Color HEX #BBD5F3 Pale Cornflower Blue

📋 copy color: '#BBD5F3'

red 187 ◦ green 213 ◦ blue 243

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

Shades of Pale Cornflower Blue #BBD5F3

Tints of Pale Cornflower Blue #BBD5F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 37.79%

R = 29.08%
G = 33.13%
B = 37.79%

CMYK

 C value IS 0.23

 M value IS 0.12

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BBD5F3 (or 0xBBD5F3) is known color: Pale Cornflower Blue. HEX triplet: BB, D5 and F3. RGB value is (187,213,243). Sum of RGB (Red+Green+Blue) = 187+213+243=643 (85% of max value = 765). Red value is 187 (73.44% from 255 or 29.08% from 643); Green value is 213 (83.59% from 255 or 33.13% from 643); Blue value is 243 (95.31% from 255 or 37.79% from 643); Max value from RGB is 243 - color contains mainly: blue. Hex color #BBD5F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBD5F3 is #442A0C. Grayscale: #D0D0D0. Windows color (decimal): -4467213 or 15979963. OLE color: 15979963.

HSL color Cylindrical-coordinate representation of color #BBD5F3: hue angle of 212.14º degrees, saturation: 0.7, 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 #BBD5F3 is Cyan = 0.23, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 187 213 243 -
CMYK 0.23 0.12 0 0.05
HSL 212.14º 0.7% 0.84% -
HSV(B) 212.14º 0.23% 0.95% -
XYZ 60.47 64.62 94.08 -
YUV 208.65 147.39 112.56 -
System Red Green Blue C M Y K H S L
Decimal 187 213 243 0.23 0.12 0 0.05 212.14 0.7 0.84
Hex BB D5 F3 17 C 0 5 D4 46 54
Octal 273 325 363 27 14 0 5 324 106 124
Binary 10111011 11010101 11110011 10111 1100 0 101 11010100 1000110 1010100

Color Harmonies of #BBD5F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD5F3

Black with #BBD5F3

Text Example


Text Example

White with #BBD5F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD5F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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