Html Css Color HEX #BBD4F2 Pale Cornflower Blue

📋 copy color: '#BBD4F2'

red 187 ◦ green 212 ◦ blue 242

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

Shades of Pale Cornflower Blue #BBD4F2

Tints of Pale Cornflower Blue #BBD4F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 37.75%

R = 29.17%
G = 33.07%
B = 37.75%

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

#BBD4F2 (or 0xBBD4F2) is known color: Pale Cornflower Blue. HEX triplet: BB, D4 and F2. RGB value is (187,212,242). Sum of RGB (Red+Green+Blue) = 187+212+242=641 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.17% from 641); Green value is 212 (83.20% from 255 or 33.07% from 641); Blue value is 242 (94.92% from 255 or 37.75% from 641); Max value from RGB is 242 - color contains mainly: blue. Hex color #BBD4F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBD4F2 is #442B0D. Grayscale: #CFCFCF. Windows color (decimal): -4467470 or 15914171. OLE color: 15914171.

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

Color convert

RGB 187 212 242 -
CMYK 0.23 0.12 0 0.05
HSL 212.73º 0.68% 0.84% -
HSV(B) 212.73º 0.23% 0.95% -
XYZ 60.06 64.06 93.2 -
YUV 207.95 147.22 113.06 -
System Red Green Blue C M Y K H S L
Decimal 187 212 242 0.23 0.12 0 0.05 212.73 0.68 0.84
Hex BB D4 F2 17 C 0 5 D5 44 54
Octal 273 324 362 27 14 0 5 325 104 124
Binary 10111011 11010100 11110010 10111 1100 0 101 11010101 1000100 1010100

Color Harmonies of #BBD4F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD4F2

Black with #BBD4F2

Text Example


Text Example

White with #BBD4F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD4F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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