Html Css Color HEX #BBD4FA Pale Cornflower Blue

📋 copy color: '#BBD4FA'

red 187 ◦ green 212 ◦ blue 250

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

Shades of Pale Cornflower Blue #BBD4FA

Tints of Pale Cornflower Blue #BBD4FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 38.52%

R = 28.81%
G = 32.67%
B = 38.52%

CMYK

 C value IS 0.25

 M value IS 0.15

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BBD4FA (or 0xBBD4FA) is known color: Pale Cornflower Blue. HEX triplet: BB, D4 and FA. RGB value is (187,212,250). Sum of RGB (Red+Green+Blue) = 187+212+250=649 (85% of max value = 765). Red value is 187 (73.44% from 255 or 28.81% from 649); Green value is 212 (83.20% from 255 or 32.67% from 649); Blue value is 250 (98.05% from 255 or 38.52% from 649); Max value from RGB is 250 - color contains mainly: blue. Hex color #BBD4FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBD4FA is #442B05. Grayscale: #D0D0D0. Windows color (decimal): -4467462 or 16438459. OLE color: 16438459.

HSL color Cylindrical-coordinate representation of color #BBD4FA: hue angle of 216.19º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBD4FA is Cyan = 0.25, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 187 212 250 -
CMYK 0.25 0.15 0 0.02
HSL 216.19º 0.86% 0.86% -
HSV(B) 216.19º 0.25% 0.98% -
XYZ 61.29 64.55 99.67 -
YUV 208.86 151.22 112.41 -
System Red Green Blue C M Y K H S L
Decimal 187 212 250 0.25 0.15 0 0.02 216.19 0.86 0.86
Hex BB D4 FA 19 F 0 2 D8 56 56
Octal 273 324 372 31 17 0 2 330 126 126
Binary 10111011 11010100 11111010 11001 1111 0 10 11011000 1010110 1010110

Color Harmonies of #BBD4FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD4FA

Black with #BBD4FA

Text Example


Text Example

White with #BBD4FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD4FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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