Html Css Color HEX #BFCAEF Periwinkle

📋 copy color: '#BFCAEF'

red 191 ◦ green 202 ◦ blue 239

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

Shades of Periwinkle #BFCAEF

Tints of Periwinkle #BFCAEF

RGB

 RED value IS 191 (75% from 255) = 30.22%

 GREEN value IS 202 (79.3% from 255) = 31.96%

 BLUE value IS 239 (93.75% from 255) = 37.82%

R = 30.22%
G = 31.96%
B = 37.82%

CMYK

 C value IS 0.20

 M value IS 0.15

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BFCAEF (or 0xBFCAEF) is known color: Periwinkle. HEX triplet: BF, CA and EF. RGB value is (191,202,239). Sum of RGB (Red+Green+Blue) = 191+202+239=632 (83% of max value = 765). Red value is 191 (75% from 255 or 30.22% from 632); Green value is 202 (79.30% from 255 or 31.96% from 632); Blue value is 239 (93.75% from 255 or 37.82% from 632); Max value from RGB is 239 - color contains mainly: blue. Hex color #BFCAEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFCAEF is #403510. Grayscale: #CACACA. Windows color (decimal): -4207889 or 15715007. OLE color: 15715007.

HSL color Cylindrical-coordinate representation of color #BFCAEF: hue angle of 226.25º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BFCAEF is Cyan = 0.20, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 191 202 239 -
CMYK 0.20 0.15 0 0.06
HSL 226.25º 0.6% 0.84% -
HSV(B) 226.25º 0.2% 0.94% -
XYZ 58.19 59.55 90.09 -
YUV 202.93 148.36 119.49 -
System Red Green Blue C M Y K H S L
Decimal 191 202 239 0.20 0.15 0 0.06 226.25 0.6 0.84
Hex BF CA EF 14 F 0 6 E2 3C 54
Octal 277 312 357 24 17 0 6 342 74 124
Binary 10111111 11001010 11101111 10100 1111 0 110 11100010 111100 1010100

Color Harmonies of #BFCAEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCAEF

Black with #BFCAEF

Text Example


Text Example

White with #BFCAEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCAEF; }

 p { color: rgb(191,202,239); }

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

background-color css

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

 a { background-color: rgb(191,202,239); }

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

border-color css

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

 span { border-color: rgb(191,202,239); }

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