Html Css Color HEX #BBD9F3 Pale Cornflower Blue

📋 copy color: '#BBD9F3'

red 187 ◦ green 217 ◦ blue 243

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

Shades of Pale Cornflower Blue #BBD9F3

Tints of Pale Cornflower Blue #BBD9F3

RGB

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

 GREEN value IS 217 (85.16% from 255) = 33.54%

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

R = 28.9%
G = 33.54%
B = 37.56%

CMYK

 C value IS 0.23

 M value IS 0.11

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BBD9F3 (or 0xBBD9F3) is known color: Pale Cornflower Blue. HEX triplet: BB, D9 and F3. RGB value is (187,217,243). Sum of RGB (Red+Green+Blue) = 187+217+243=647 (85% of max value = 765). Red value is 187 (73.44% from 255 or 28.90% from 647); Green value is 217 (85.16% from 255 or 33.54% from 647); Blue value is 243 (95.31% from 255 or 37.56% from 647); Max value from RGB is 243 - color contains mainly: blue. Hex color #BBD9F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBD9F3 is #44260C. Grayscale: #D2D2D2. Windows color (decimal): -4466189 or 15980987. OLE color: 15980987.

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

Color convert

RGB 187 217 243 -
CMYK 0.23 0.11 0 0.05
HSL 207.86º 0.7% 0.84% -
HSV(B) 207.86º 0.23% 0.95% -
XYZ 61.48 66.66 94.42 -
YUV 210.99 146.06 110.89 -
System Red Green Blue C M Y K H S L
Decimal 187 217 243 0.23 0.11 0 0.05 207.86 0.7 0.84
Hex BB D9 F3 17 B 0 5 D0 46 54
Octal 273 331 363 27 13 0 5 320 106 124
Binary 10111011 11011001 11110011 10111 1011 0 101 11010000 1000110 1010100

Color Harmonies of #BBD9F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD9F3

Black with #BBD9F3

Text Example


Text Example

White with #BBD9F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD9F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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