Html Css Color HEX #BBCEF1 Periwinkle

📋 copy color: '#BBCEF1'

red 187 ◦ green 206 ◦ blue 241

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

Shades of Periwinkle #BBCEF1

Tints of Periwinkle #BBCEF1

RGB

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

 GREEN value IS 206 (80.86% from 255) = 32.49%

 BLUE value IS 241 (94.53% from 255) = 38.01%

R = 29.5%
G = 32.49%
B = 38.01%

CMYK

 C value IS 0.22

 M value IS 0.15

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BBCEF1 (or 0xBBCEF1) is known color: Periwinkle. HEX triplet: BB, CE and F1. RGB value is (187,206,241). Sum of RGB (Red+Green+Blue) = 187+206+241=634 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.50% from 634); Green value is 206 (80.86% from 255 or 32.49% from 634); Blue value is 241 (94.53% from 255 or 38.01% from 634); Max value from RGB is 241 - color contains mainly: blue. Hex color #BBCEF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBCEF1 is #44310E. Grayscale: #CCCCCC. Windows color (decimal): -4469007 or 15847099. OLE color: 15847099.

HSL color Cylindrical-coordinate representation of color #BBCEF1: hue angle of 218.89º degrees, saturation: 0.66, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BBCEF1 is Cyan = 0.22, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 187 206 241 -
CMYK 0.22 0.15 0 0.05
HSL 218.89º 0.66% 0.84% -
HSV(B) 218.89º 0.22% 0.95% -
XYZ 58.44 61.06 91.92 -
YUV 204.31 148.71 115.65 -
System Red Green Blue C M Y K H S L
Decimal 187 206 241 0.22 0.15 0 0.05 218.89 0.66 0.84
Hex BB CE F1 16 F 0 5 DB 42 54
Octal 273 316 361 26 17 0 5 333 102 124
Binary 10111011 11001110 11110001 10110 1111 0 101 11011011 1000010 1010100

Color Harmonies of #BBCEF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCEF1

Black with #BBCEF1

Text Example


Text Example

White with #BBCEF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCEF1; }

 p { color: rgb(187,206,241); }

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

background-color css

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

 a { background-color: rgb(187,206,241); }

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

border-color css

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

 span { border-color: rgb(187,206,241); }

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