Html Css Color HEX #BBD4FE Pale Cornflower Blue

📋 copy color: '#BBD4FE'

red 187 ◦ green 212 ◦ blue 254

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

Shades of Pale Cornflower Blue #BBD4FE

Tints of Pale Cornflower Blue #BBD4FE

RGB

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

 GREEN value IS 212 (83.2% from 255) = 32.47%

 BLUE value IS 254 (99.61% from 255) = 38.9%

R = 28.64%
G = 32.47%
B = 38.9%

CMYK

 C value IS 0.26

 M value IS 0.17

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BBD4FE (or 0xBBD4FE) is known color: Pale Cornflower Blue. HEX triplet: BB, D4 and FE. RGB value is (187,212,254). Sum of RGB (Red+Green+Blue) = 187+212+254=653 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.64% from 653); Green value is 212 (83.20% from 255 or 32.47% from 653); Blue value is 254 (99.61% from 255 or 38.90% from 653); Max value from RGB is 254 - color contains mainly: blue. Hex color #BBD4FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBD4FE is #442B01. Grayscale: #D1D1D1. Windows color (decimal): -4467458 or 16700603. OLE color: 16700603.

HSL color Cylindrical-coordinate representation of color #BBD4FE: hue angle of 217.61º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBD4FE is Cyan = 0.26, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 187 212 254 -
CMYK 0.26 0.17 0 0.00
HSL 217.61º 0.97% 0.86% -
HSV(B) 217.61º 0.26% 1% -
XYZ 61.93 64.81 103.01 -
YUV 209.31 153.22 112.08 -
System Red Green Blue C M Y K H S L
Decimal 187 212 254 0.26 0.17 0 0.00 217.61 0.97 0.86
Hex BB D4 FE 1A 11 0 0 DA 61 56
Octal 273 324 376 32 21 0 0 332 141 126
Binary 10111011 11010100 11111110 11010 10001 0 0 11011010 1100001 1010110

Color Harmonies of #BBD4FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD4FE

Black with #BBD4FE

Text Example


Text Example

White with #BBD4FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD4FE; }

 p { color: rgb(187,212,254); }

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

background-color css

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

 a { background-color: rgb(187,212,254); }

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

border-color css

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

 span { border-color: rgb(187,212,254); }

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