Html Css Color HEX #BBDAF2 Pale Cornflower Blue

📋 copy color: '#BBDAF2'

red 187 ◦ green 218 ◦ blue 242

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

Shades of Pale Cornflower Blue #BBDAF2

Tints of Pale Cornflower Blue #BBDAF2

RGB

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

 GREEN value IS 218 (85.55% from 255) = 33.69%

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

R = 28.9%
G = 33.69%
B = 37.4%

CMYK

 C value IS 0.23

 M value IS 0.10

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BBDAF2 (or 0xBBDAF2) is known color: Pale Cornflower Blue. HEX triplet: BB, DA and F2. RGB value is (187,218,242). Sum of RGB (Red+Green+Blue) = 187+218+242=647 (85% of max value = 765). Red value is 187 (73.44% from 255 or 28.90% from 647); Green value is 218 (85.55% from 255 or 33.69% from 647); Blue value is 242 (94.92% from 255 or 37.40% from 647); Max value from RGB is 242 - color contains mainly: blue. Hex color #BBDAF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBDAF2 is #44250D. Grayscale: #D3D3D3. Windows color (decimal): -4465934 or 15915707. OLE color: 15915707.

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

Color convert

RGB 187 218 242 -
CMYK 0.23 0.10 0 0.05
HSL 206.18º 0.68% 0.84% -
HSV(B) 206.18º 0.23% 0.95% -
XYZ 61.59 67.12 93.71 -
YUV 211.47 145.23 110.55 -
System Red Green Blue C M Y K H S L
Decimal 187 218 242 0.23 0.10 0 0.05 206.18 0.68 0.84
Hex BB DA F2 17 A 0 5 CE 44 54
Octal 273 332 362 27 12 0 5 316 104 124
Binary 10111011 11011010 11110010 10111 1010 0 101 11001110 1000100 1010100

Color Harmonies of #BBDAF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDAF2

Black with #BBDAF2

Text Example


Text Example

White with #BBDAF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDAF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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